home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -serious- / programming / other / wla_020_3.0 / wla_020_2.3 / wla_020_2.3.readme < prev    next >
Text File  |  2000-02-28  |  956b  |  27 lines

  1. Short:    WLA - Game Boy Macro Assembler v2.3 (020)
  2. Author:   Ville Helin
  3. Uploader: vhelin@cc.hut.fi <Ville Helin>
  4. Version:  2.3
  5. Type:     dev/cross
  6. Replaces: dev/cross/wla_020_2.3.lha
  7.  
  8. WLA is yet another GB-Z80 Macro Assembler. It has loads of features
  9. and was written from a scratch for Game Boy developement.
  10.  
  11. There are different versions (020, 030, 040, 060, x86 Linux, x86 MSDOS) of
  12. WLA on WLA home page as well as some example source code.
  13.  
  14. WLA supports object files, library files and pure ROM images. There is a
  15. linker called WLALINK inside the WLA archive.
  16.  
  17. http://www.hut.fi/~vhelin/wla.html
  18.  
  19.  
  20. v2.3 (23-Jan-2000) Added .SECTION, .ENDS.
  21.                    Added "-l" -option for library file producing.
  22.                    Fixed address calculations a little more.
  23.                    WLA returns -1 when execution ended in error.
  24.                    Local labels are now local to sections or object file.
  25.                    Enhanced the documents.
  26.  
  27.